ValueMappingQuery`2 Model

Required
ReportString : object

IncludeOutletName : bool

If set - the response will include the Reporting_OutletCommonName / Reporting_OutletLocalizedName for each record (as defined by Terminal strings).

If the underlying OutletID is mapped to multiple names in Terminal Strings then this will return an indeterminate name.

Nullable
Limit : number (int)

Nullable
From : number (int)

Nullable
ReportStringFilter : object

MatchAny : bool

MatchWildcards : bool

MatchEmptyValues : bool

Example
{
  "ReportString": {},
  "IncludeOutletName": true,
  "Limit": 321,
  "From": 321,
  "ReportStringFilter": {},
  "MatchAny": true,
  "MatchWildcards": true,
  "MatchEmptyValues": true
}